literal string

英 [ˈlɪtərəl strɪŋ] 美 [ˈlɪtərəl strɪŋ]

网络  文字串; 字符串; 文字字符串; 尽量使用字符串; 字串

计算机



双语例句

  1. However, all parameter values are enclosed in single quotes, which makes the contents within the quotes a literal string.
    但所有参数值都使用单引号括入,这使单引号中的内容成为了字符串。
  2. In particular, the curly brackets ( {}) instruct DB2 to evaluate the enclosed expression ( in the case, "$ e") rather than treat it as a literal string.
    具体来说,花括号({})指示DB2计算被括起来的表达式(在这里是“$e”)的值,而不是将其视作一个文字字符串。
  3. You can set the options in the Datapool Literal Substitution dialog box to find and replace all, number, string, or boolean literals in a script with a datapool reference.
    您可以在DatapoolLiteralSubstitution对话框中设置选项,用一个数据池引用来查找和替换一个脚本中的所有的、数字、字符串或布尔型文字。
  4. Search settings include choosing case sensitivity, scope, and whether or not to interpret the search string as a regular expression or as a literal string.
    搜索设置包括选择是否区分大小写、将搜索字符串作为正则表达式还是文本字符串解释等。
  5. The?( question mark) literal in the statement string is a parameter marker that represents the variable in which the result is returned.
    语句字符串中的?(问号)是一个参数标识,代表用来返回结果的变量。
  6. Curly brackets instruct DB2 to evaluate and process the enclosed expression rather than treat it as a literal string.
    花括号指示DB2计算和处理其中的表达式,而不是将其当作文字字符串。
  7. You can search for strings in vi using the/ command, specifying the pattern to match either as a literal string or as a regular expression.
    在vi中,可以使用/命令搜索字符串,这需要以字面字符串或正则表达式的形式指定要匹配的模式。
  8. A bytes literal is a string with a b before it& for example, b'byte literal '.
    一个bytesliteral是一个前面冠以b的字符串&例如,b'byteliteral'。
  9. Invalid literal data format. Literal data must be specified either as an array, or a tab-delimited string.
    无效的原意数据格式。原意数据必须指定为数组或制表符分隔的字符串。
  10. One alternative to checking each literal text string is to create a language parser to decipher each sentence to determine exactly what is being asded.
    一种选择是检测每一个文本串也就是创建一个语言解释器分析每一个句子来确定到底在问什么。
  11. So, instead of checking for each literal text string, we can simply search for and respond to particular keywords.
    因此,我们可以简单的搜索并响应特定的关键词来代替检测每一个文本串。
  12. All characters are ordinary, the expression is a literal string.
    所有字符都是普通的,表达式是字面字符串。